Updates to work with GTK+-2.0 theme engine architecture. It won't even
authorOwen Taylor <otaylor@redhat.com>
Tue, 18 Jul 2000 16:21:33 +0000 (16:21 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 18 Jul 2000 16:21:33 +0000 (16:21 +0000)
commit2aa67df2e148f69a63710777420d73a62e492244
tree82801e94f11483f1ae364c9064f27ad6c00cdcd2
parent18e2da33607ebaf51a8ffb86cbb70cf0b54cb2be
Updates to work with GTK+-2.0 theme engine architecture. It won't even

Tue Jul 18 12:13:19 2000  Owen Taylor  <otaylor@redhat.com>

        Updates to work with GTK+-2.0 theme engine architecture.
It won't even sort of work with GTK+-1.2 any more.

* configure.in src/Makefile.am: Look for GTK+-2.0,
install engine into GTK+-2.0 location.

* src/pixbuf-style.h src/pixbuf-rc-style.[ch]: New
files for GtkRcStyle and GtkStyle subclasses. Parsing,
etc, moves to pixbuf-rc-style.[ch]

* src/pixbuf-draw.c: Chain up to parent implementation
when images aren't found for a certain element.
modules/engines/pixbuf/ChangeLog
modules/engines/pixbuf/Makefile.am
modules/engines/pixbuf/pixbuf-draw.c
modules/engines/pixbuf/pixbuf-main.c
modules/engines/pixbuf/pixbuf-rc-style.c [new file with mode: 0644]
modules/engines/pixbuf/pixbuf-rc-style.h [new file with mode: 0644]
modules/engines/pixbuf/pixbuf-style.h [new file with mode: 0644]
modules/engines/pixbuf/pixbuf.h